home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / fxmnu291.zip / FOXMENU.MAN < prev    next >
Text File  |  1993-06-28  |  4KB  |  115 lines

  1.        
  2.          WELCOME TO VERSION 2.9 OF THE FOXMENU-SYSTEM
  3.  
  4.        The program was created by Kjell Wittmaack June 1993
  5.  
  6.           ! ! ! ! ! ! !   W A R N I N G   ! ! ! ! ! ! !
  7.  
  8.  
  9.    FOXMENU v. 2.9 is unable to run if this file is modified or missing.
  10.      
  11. FOXMENU is a shareware-program so you may distribute it freely, as long as you
  12. give me the credits!! Note that FOXMENU will refuse to run if this file, or the
  13. FOXMENU.EXE-file has been changed. If you like this program, please contact me 
  14. on one of the addresses listed at the bottom of this document.
  15.  
  16.  
  17. >FOXMENU is a very flexible menu-program that can have a maximum of 8 menu-
  18. lines of your choice. The program runs in graphics-mode to improve its 
  19. charisma.
  20.  The program supports MS-mouse, if available. In this new version, FOXMENU has
  21. been memory-optimized and in addition the system-time is now displayed. 
  22.   FOXMENU will at startup try to detect which graphic-mode your computer use. 
  23. This works on most machines, but if you have an old machine like a 8086, 
  24. FOXMENU might not display correctly.
  25.  
  26.  
  27. >Whats new
  28.  Version 2.9 is able to run on machines without expanded memory and a Stacker
  29. drive with satisfactory performance (Stacker has been a problem in earlier 
  30. versions). Oncemore the code itself has been optimzed for memory-consumption.
  31. The diskdrive letter in the FOX.INI -file has been omitted from this version
  32. in order to save memory.
  33. The memory requirement for FOXMENU v. 2.9 is 59,67 Kb.
  34.  
  35.  
  36. >The infra-structure of FOXMENU
  37.  In order for FOXMENU to run, two files are required, FOX.INI and FOXINI.BAT. 
  38.  
  39. >FOX.INI
  40. This file is used to setup FOXMENU. It contains the following information in 
  41. the shown order:
  42.  
  43. The Heading: This specifies the headline for FOXMENU (max 21 characters)
  44.  
  45. Loop ON/OFF: If you wish FOXMENU to continue when the call is returned from a
  46.          program, set this parameter to 1. If you want FOXMENU to terminate
  47.          when the call is returned, set it to 0.
  48.  
  49. <<<<<<<<<<<<<  NOTE >>>>>>>>>>>>>>>> Drive: This line has been ommitted from 
  50. version 2.9 in order to save memory.
  51.  
  52. Menudifition: Here you specify the labels for each menu-line (max 8). If you 
  53.           want to leave one of the menu-lines empty, you will have to leave
  54.           an empty line in its place.
  55. Mouse X and 
  56. Y coordinate: These two lines specifies where to place the mouse-cursor at
  57.           start-up. IF X is 320 and Y is 220 the cursor will be placed in 
  58.           the midle of the screen.
  59.  
  60. >FOXINI.BAT
  61. This file contains the information of what each menu-line should do. This file
  62. contains only normal batch-programming, so it should be easy enough to under-
  63. stand, but an example might be usefull:
  64.  
  65. :POINT1
  66. c:\windows\win.com
  67. GOTO END
  68.  
  69. ':POINT1' specifies that this is the actions to be taken for menu-line 
  70. number 1. 
  71. 'c:\windows\win.com' specifies that Windows is to be started.
  72. 'GOTO END' specifies that no further actions is to be taken for menu-line 
  73. number 1.
  74.  
  75. NOTE that 'point8' is the actions taken when FOXMENU terminates (usually 
  76. none).
  77.  
  78. Starting FOXMENU 
  79. Simply change to the directory where FOXMENU is placed and type FOXMENU. You
  80. can of cource do this with a batch-file placed in a path.
  81.  
  82. Using FOXMENU
  83. Setup the files FOX.INI and FOXINI.BAT as you wish your menu to run. Note that
  84. the 8. menu-line will terminate FOXMENU.
  85.  
  86.  - When the program is running
  87.  To chose a menu-line, with the keyboard, type the number placed at the start 
  88.  of the line. It is not nessasary the press <Enter>. 
  89.  To chose a menu-line, with the mouse, simply move the pointer to a menu-line
  90.  of your choice, and press the left button.
  91.  When a menu-line is chosen, the actions specified in FOXINI.BAT will be 
  92.  carried out.
  93.  If you chose menu-line 8, FOXMENU will terminate.
  94.  
  95. FOXMENU uses Turbo Pascal's overlays to minimize the use of memory. If your
  96. system supports Expanded Memory, FOXMENU will use this to maximize speed.
  97.  
  98.  
  99.  
  100.                 H A V E  F U N ..
  101.  
  102.  
  103. Any comments, flowers, idea's, orders or checks (MOST WELCOME), send 'em to:
  104.               
  105.             E-mail:
  106.             DSZFOX@HP1.CBS.DK or
  107.             DSZFOX@HP2.CBS.DK or
  108.             DSZFOX@HP3.CBS.DK
  109.  
  110.             Mail-address:                   
  111.             Kjell Wittmaack
  112.             Aakandevej 24
  113.             3500 Vaerloese 
  114.             Denmark
  115.